home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / html.def < prev    next >
Text File  |  2000-11-08  |  3KB  |  145 lines

  1. object TPersHolder
  2.   P.Name = 'HTML'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       BlockDelimiters = <>
  9.     end
  10.     item
  11.       Name = 'Tags'
  12.       ID = 1
  13.       ParentID = 0
  14.       FIText = 1
  15.       FIIntNum = 2
  16.       FIFloatNum = 3
  17.       FIHexNum = 4
  18.       UseComments = True
  19.       UseMultiLineComments = True
  20.       UseStrings = True
  21.       UseSingleLineStrings = True
  22.       UseNumbers = True
  23.       UsePrefixedNumbers = True
  24.       UseSuffixedNumbers = True
  25.       UseMultipleNumSuffixes = False
  26.       UsePrefixedIdentifiers = True
  27.       BlockDelimiters = <
  28.         item
  29.           LeftDelimiter = '<'
  30.           RightDelimiter = '>'
  31.           DelimitersArePartOfBlock = True
  32.         end>
  33.       MultiLineCommentDelimiters = <
  34.         item
  35.           FontID = 5
  36.           LeftDelimiter = '<!--'
  37.           RightDelimiter = '-->'
  38.         end>
  39.       SingleLineStringDelimiters = <
  40.         item
  41.           FontID = 6
  42.           LeftDelimiter = '"'
  43.           RightDelimiter = '"'
  44.         end
  45.         item
  46.           FontID = 7
  47.           LeftDelimiter = #39
  48.           RightDelimiter = #39
  49.         end>
  50.       NumPrefixes = <
  51.         item
  52.           LeftDelimiter = '#'
  53.         end>
  54.       NumSuffixes = <
  55.         item
  56.           LeftDelimiter = '%'
  57.         end>
  58.       IdentPrefixes = <
  59.         item
  60.           LeftDelimiter = '/'
  61.         end>
  62.     end>
  63.   P.FontTable = <
  64.     item
  65.       FontID = 0
  66.       GlobalAttrID = 'Whitespace'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clBlack
  69.       Font.Height = -13
  70.       Font.Name = 'Courier New'
  71.       Font.Style = []
  72.     end
  73.     item
  74.       FontID = 1
  75.       GlobalAttrID = 'Html tags'
  76.       BlockID = 1
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clBlue
  79.       Font.Height = -13
  80.       Font.Name = 'Courier New'
  81.       Font.Style = []
  82.     end
  83.     item
  84.       FontID = 2
  85.       GlobalAttrID = 'Integer'
  86.       BlockID = 1
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clGreen
  89.       Font.Height = -13
  90.       Font.Name = 'Courier New'
  91.       Font.Style = []
  92.     end
  93.     item
  94.       FontID = 3
  95.       GlobalAttrID = 'Float'
  96.       BlockID = 1
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clGreen
  99.       Font.Height = -13
  100.       Font.Name = 'Courier New'
  101.       Font.Style = []
  102.     end
  103.     item
  104.       FontID = 4
  105.       GlobalAttrID = 'Integer'
  106.       BlockID = 1
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clGreen
  109.       Font.Height = -13
  110.       Font.Name = 'Courier New'
  111.       Font.Style = []
  112.     end
  113.     item
  114.       FontID = 5
  115.       GlobalAttrID = 'Comment'
  116.       BlockID = 1
  117.       Font.Charset = DEFAULT_CHARSET
  118.       Font.Color = clGray
  119.       Font.Height = -13
  120.       Font.Name = 'Courier New'
  121.       Font.Style = [fsItalic]
  122.     end
  123.     item
  124.       FontID = 6
  125.       GlobalAttrID = 'String'
  126.       BlockID = 1
  127.       Font.Charset = DEFAULT_CHARSET
  128.       Font.Color = clMaroon
  129.       Font.Height = -13
  130.       Font.Name = 'Courier New'
  131.       Font.Style = []
  132.     end
  133.     item
  134.       FontID = 7
  135.       GlobalAttrID = 'String'
  136.       BlockID = 1
  137.       Font.Charset = DEFAULT_CHARSET
  138.       Font.Color = clMaroon
  139.       Font.Height = -13
  140.       Font.Name = 'Courier New'
  141.       Font.Style = []
  142.     end>
  143.   P.SyntaxVersion = 3
  144. end
  145.